Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
PostgreSQL
1) Aggregate Functions
2) Analytical Functions
3) Array
4) Constraints
5) Cursor
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Inheritance
11) Insert Delete Update
12) Math Functions
13) Postgre SQL
14) Select Query
15) Sequence
16) Store Procedure Function
17) String Functions
18) Subquery
19) Table
20) Table Joins
21) Transaction
22) User Previliege
23) View
Store Procedure Function
1) A SQL function that returns a book title based on the ID number passed to the function
2) Add three parameters together in a function
3) Anyelement parameter
4) Call function in select statement
5) Case insensitive
6) Create a simeple function
7) Declare Input alias
8) Define function to add two parameters together
9) Drop a function
10) Functions with Output Parameters
11) Here the $1 references the value of the first function argument whenever the function is invoked
12) OUT parameter
13) Output parameters are most useful when returning multiple values
14) Pass constant to function
15) Pass in a whole row
16) Pass in entire table row to a function
17) Real number parameter
18) Return a table from a function
19) Return double from function
20) Return entire row
21) Returning a concatenated string
22) The simplest possible SQL function has no arguments and simply returns a base type
23) Two out parameters
24) Use defined data type as the function parameter
25) Using the result set returned from the function